Learn R Programming

regexr (version 1.0.2)

names<-.regexr: Set Names of a Sub-expressions of a regexr Object

Description

Set names of a regexr object's sub-expressions.

Usage

## S3 method for class 'regexr':
names(x) <- value

Arguments

x
The regexr object.
value
The comment(s) to assign.
...
Ignored.